home *** CD-ROM | disk | FTP | other *** search
- Path: informatik.tu-muenchen.de!fischerj
- From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Amiga Memory Map Needed!!!
- Date: 30 Jan 1996 18:48:01 GMT
- Organization: Technische Universitaet Muenchen, Germany
- Distribution: world
- Message-ID: <4elp51$8vn@sunsystem5.informatik.tu-muenchen.de>
- References: <310495eb@gauss.demon.co.uk> <1109oaw60.alamito@marketgraph.xs4all.nl> <4eisdt$dkn@sunsystem5.informatik.tu-muenchen.de> <4ejjom$na7@serpens.rhein.de>
- NNTP-Posting-Host: hphalle7c.informatik.tu-muenchen.de
- Originator: fischerj@hphalle7c.informatik.tu-muenchen.de
-
-
- In article <4ejjom$na7@serpens.rhein.de>, mlelstv@serpens.rhein.de (Michael van Elst) writes:
- |> fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer) writes:
-
- |> >Same question goes for other libs:
- |>
- |> >if I open a lib each time I call a function of it (for example gfx.library),
- |> >will this puzzle up something, i.e is my task to do all lib calls
- |> >with one lib-handle ?
- |>
- |> It isn't. If you insist to open and close a library that often you just add
-
- The oposite question came to me programming createproc(). Is the task
- I created allowed to use libhandles my main task got ? windowhandles ? etc ?
-
- |> Another question is what happens if one task openes a library several times
- |> without closing it. Some libraries will return different bases everytime
- |> they are opened, so you have to be careful. Best is to avoid to open a library
- you mean careful in the sense of storing each individual given ptr to
- use close on it ?
- |> several times within a task.
-
- The reason why I want to do multi-open is I want to have independent
- software modules that do their work (output to shell or whatever)
- without the main code having to do anything for it. But main still
- could also make use of the libs, so 2 or more times opening lib in
- same task.
-
-
- |>
- |> BTW, why don't you read the RKRMs ? They do answer your questions.
-
- mhm, I only got autodocs. is it described there ?
-
- |>
- |> --
- |> Michael van Elst
- |>
- |> Internet: mlelstv@serpens.rhein.de
- |> "A potential Snark may lurk in every tree."
- ------------------------------------------------------------------------
- fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer) =:)
-
-